<?php
namespace WPDRMS\ASP\Index;
defined( 'ABSPATH' ) or die( "You can't access this file directly." );
/**
* Class only kept to avoid fatal errors during activation
*
* @deprecated 4.27
*/
class Manager {
function removeDocument( $post_id ) {}
}